@charset "UTF-8";
a {
    background: transparent;
    text-decoration: none;
    color: #333;
}
.f-cb {
    zoom: 1;
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.por {
    position: relative;
    margin: 0 auto;
    width: 90%;
}
.poa {
    position: absolute;
}
.pof {
    position: fixed;
}
.poa-f {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.dfj {
    display: flex;
    align-items: center;
    justify-content: center;
}
.backcover {
    background-size: cover!important;
}
.ovh {
    overflow: hidden;
}
.bdb {
    box-sizing: border-box;
}
.tov {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1 {
    z-index: 1;
}
.z2 {
    z-index: 2;
}
.z3 {
    z-index: 3;
}
.dn {
    display: none;
}
.dib {
    display: inline-block;
}
.w-f {
    width: 100%;
}
.h-f {
    height: 100%;
}
.fwn {
    font-weight: normal;
}
.tac {
    text-align: center;
}
.t-f {
    transition: all 0.5s;
}
.t-c {
    transition: color 0.5s;
}
.t-bg {
    transition: background 0.5s;
}
.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
}
.loader.white {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* 设置根字体大小rem */

/*reset*/

/*font*/

.tit-12 {
    font-size: 12px;
}
.tit-13 {
    font-size: 13px;
}
.tit-14 {
    font-size: 14px;
}
.tit-15 {
    font-size: 15px;
}
.tit-16 {
    font-size: 16px;
}
.tit-17 {
    font-size: 17px;
}
.tit-18 {
    font-size: 18px;
}
.tit-19 {
    font-size: 19px;
}
.tit-20 {
    font-size: 20px;
}
.tit-22 {
    font-size: 22px;
}
.tit-24 {
    font-size: 24px;
}
.tit-25 {
    font-size: 25px;
}
.tit-26 {
    font-size: 26px;
}
.tit-27 {
    font-size: 27px;
}
.tit-28 {
    font-size: 28px;
}
.tit-29 {
    font-size: 29px;
}
.tit-30 {
    font-size: 30px;
}
.tit-32 {
    font-size: 32px;
}
.tit-34 {
    font-size: 34px;
}
.tit-36 {
    font-size: 36px;
}
.tit-38 {
    font-size: 38px;
}
.tit-40 {
    font-size: 40px;
}
.tit-42 {
    font-size: 42px;
}
.tit-44 {
    font-size: 44px;
}
.tit-46 {
    font-size: 46px;
}
.tit-48 {
    font-size: 48px;
}
.tit-50 {
    font-size: 50px;
}
.tit-52 {
    font-size: 52px;
}
.tit-54 {
    font-size: 54px;
}
.tit-56 {
    font-size: 56px;
}
.tit-58 {
    font-size: 58px;
}
.tit-60 {
    font-size: 60px;
}
.tit-62 {
    font-size: 62px;
}
.tit-64 {
    font-size: 64px;
}
.tit-66 {
    font-size: 66px;
}
.tit-68 {
    font-size: 68px;
}
.tit-70 {
    font-size: 70px;
}
.tit-72 {
    font-size: 72px;
}
.tit-74 {
    font-size: 74px;
}
.tit-76 {
    font-size: 76px;
}
.tit-78 {
    font-size: 78px;
}
.tit-80 {
    font-size: 80px;
}
@media (max-width: 1681px) {
    .tit-12 {
        font-size: 12px;
    }
    .tit-13 {
        font-size: 13px;
    }
    .tit-14 {
        font-size: 13px;
    }
    .tit-15 {
        font-size: 14px;
    }
    .tit-16 {
        font-size: 15px;
    }
    .tit-17 {
        font-size: 16px;
    }
    .tit-18 {
        font-size: 17px;
    }
    .tit-19 {
        font-size: 18px;
    }
    .tit-20 {
        font-size: 19px;
    }
    .tit-22 {
        font-size: 20px;
    }
    .tit-24 {
        font-size: 22px;
    }
    .tit-25 {
        font-size: 23px;
    }
    .tit-26 {
        font-size: 24px;
    }
    .tit-27 {
        font-size: 25px;
    }
    .tit-28 {
        font-size: 26px;
    }
    .tit-29 {
        font-size: 27px;
    }
    .tit-30 {
        font-size: 27px;
    }
    .tit-32 {
        font-size: 29px;
    }
    .tit-34 {
        font-size: 31px;
    }
    .tit-36 {
        font-size: 33px;
    }
    .tit-38 {
        font-size: 35px;
    }
    .tit-40 {
        font-size: 37px;
    }
    .tit-42 {
        font-size: 38px;
    }
    .tit-44 {
        font-size: 40px;
    }
    .tit-46 {
        font-size: 42px;
    }
    .tit-48 {
        font-size: 44px;
    }
    .tit-50 {
        font-size: 45px;
    }
    .tit-52 {
        font-size: 47px;
    }
    .tit-54 {
        font-size: 49px;
    }
    .tit-56 {
        font-size: 51px;
    }
    .tit-58 {
        font-size: 53px;
    }
    .tit-60 {
        font-size: 54px;
    }
    .tit-62 {
        font-size: 56px;
    }
    .tit-64 {
        font-size: 58px;
    }
    .tit-66 {
        font-size: 60px;
    }
    .tit-68 {
        font-size: 62px;
    }
    .tit-70 {
        font-size: 63px;
    }
    .tit-72 {
        font-size: 62px;
    }
    .tit-74 {
        font-size: 66px;
    }
    .tit-76 {
        font-size: 68px;
    }
    .tit-78 {
        font-size: 70px;
    }
    .tit-80 {
        font-size: 72px;
    }
}
@media (max-width: 1481px) {
    .tit-13 {
        font-size: 12px;
    }
    .tit-14 {
        font-size: 12px;
    }
    .tit-15 {
        font-size: 13px;
    }
    .tit-16 {
        font-size: 14px;
    }
    .tit-17 {
        font-size: 15px;
    }
    .tit-18 {
        font-size: 16px;
    }
    .tit-19 {
        font-size: 17px;
    }
    .tit-20 {
        font-size: 18px;
    }
    .tit-22 {
        font-size: 19px;
    }
    .tit-24 {
        font-size: 20px;
    }
    .tit-25 {
        font-size: 21px;
    }
    .tit-26 {
        font-size: 22px;
    }
    .tit-27 {
        font-size: 23px;
    }
    .tit-28 {
        font-size: 24px;
    }
    .tit-29 {
        font-size: 25px;
    }
    .tit-30 {
        font-size: 26px;
    }
    .tit-32 {
        font-size: 27px;
    }
    .tit-34 {
        font-size: 28px;
    }
    .tit-36 {
        font-size: 30px;
    }
    .tit-38 {
        font-size: 32px;
    }
    .tit-40 {
        font-size: 34px;
    }
    .tit-42 {
        font-size: 34px;
    }
    .tit-44 {
        font-size: 36px;
    }
    .tit-46 {
        font-size: 42px;
    }
    .tit-48 {
        font-size: 40px;
    }
    .tit-50 {
        font-size: 41px;
    }
    .tit-52 {
        font-size: 42px;
    }
    .tit-54 {
        font-size: 44px;
    }
    .tit-56 {
        font-size: 46px;
    }
    .tit-58 {
        font-size: 48px;
    }
    .tit-60 {
        font-size: 49px;
    }
    .tit-62 {
        font-size: 50px;
    }
    .tit-64 {
        font-size: 52px;
    }
    .tit-66 {
        font-size: 54px;
    }
    .tit-68 {
        font-size: 56px;
    }
    .tit-70 {
        font-size: 58px;
    }
    .tit-72 {
        font-size: 56px;
    }
    .tit-74 {
        font-size: 60px;
    }
    .tit-76 {
        font-size: 62px;
    }
    .tit-78 {
        font-size: 63px;
    }
    .tit-80 {
        font-size: 64px;
    }
}
@media (max-width: 1024px) {
    .tit-16 {
        font-size: 14px;
    }
    .tit-18 {
        font-size: 15px;
    }
    .tit-20 {
        font-size: .5rem;
    }
    .tit-22 {
        font-size: .55rem;
    }
    .tit-24 {
        font-size: .6rem;
    }
    .tit-25 {
        font-size: .625rem;
    }
    .tit-26 {
        font-size: .65rem;
    }
    .tit-27 {
        font-size: .675rem;
    }
    .tit-28 {
        font-size: .7rem;
    }
    .tit-29 {
        font-size: .725rem;
    }
    .tit-30 {
        font-size: .75rem;
    }
}
@media (max-width: 992px) {
    .tit-16 {
        font-size: 12px;
    }
    .tit-18 {
        font-size: 14px;
    }
    .tit-20 {
        font-size: 16px;
    }
    .tit-22 {
        font-size: 18px;
    }
    .tit-24 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .tit-12 {
        font-size: 0.26rem;
    }
    .tit-13 {
        font-size: 0.26rem;
    }
    .tit-14 {
        font-size: 0.26rem;
    }
    .tit-15 {
        font-size: 0.26rem;
    }
    .tit-16 {
        font-size: 0.28rem;
    }
    .tit-17 {
        font-size: 0.28rem;
    }
    .tit-18 {
        font-size: 0.28rem;
    }
    .tit-19 {
        font-size: 0.28rem;
    }
    .tit-20 {
        font-size: 0.3rem;
    }
    .tit-22 {
        font-size: 0.3rem;
    }
    .tit-24 {
        font-size: 0.3rem;
    }
    .tit-25 {
        font-size: 0.3rem;
    }
    .tit-26 {
        font-size: 0.32rem;
    }
    .tit-27 {
        font-size: 0.32rem;
    }
    .tit-28 {
        font-size: 0.32rem;
    }
    .tit-29 {
        font-size: 0.32rem;
    }
    .tit-30 {
        font-size: 0.34rem;
    }
    .tit-32 {
        font-size: 0.34rem;
    }
    .tit-34 {
        font-size: 0.34rem;
    }
    .tit-36 {
        font-size: 0.36rem;
    }
    .tit-38 {
        font-size: 0.36rem;
    }
    .tit-40 {
        font-size: 0.36rem;
    }
    .tit-42 {
        font-size: 0.36rem;
    }
    .tit-44 {
        font-size: 0.4rem;
    }
    .tit-46 {
        font-size: 0.4rem;
    }
    .tit-48 {
        font-size: 0.4rem;
    }
    .tit-50 {
        font-size: 0.4rem;
    }
    .tit-52 {
        font-size: 0.4rem;
    }
    .tit-54 {
        font-size: 0.42rem;
    }
    .tit-56 {
        font-size: 0.42rem;
    }
    .tit-58 {
        font-size: 0.42rem;
    }
    .tit-60 {
        font-size: 0.42rem;
    }
    .tit-62 {
        font-size: 0.42rem;
    }
    .tit-64 {
        font-size: 0.44rem;
    }
    .tit-66 {
        font-size: 0.44rem;
    }
    .tit-68 {
        font-size: 0.44rem;
    }
    .tit-70 {
        font-size: 0.48rem;
    }
    .tit-72 {
        font-size: 0.48rem;
    }
    .tit-74 {
        font-size: 0.48rem;
    }
    .tit-76 {
        font-size: 0.48rem;
    }
    .tit-78 {
        font-size: 0.48rem;
    }
    .tit-80 {
        font-size: 0.48rem;
    }
}
/*font*/

/*样式*/

.m_img {
    display: none;
}
.hoverimg {
    overflow: hidden;
}
.hoverimg .img {
    transition: .5s ease-in-out;
}
.hoverimg:hover .img {
    transform: scale(1.05);
}
.main_con {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
.w1440 {
    width: 1440px;
    margin: 0 auto;
}
.w1290 {
    width: 1290px;
    margin: 0 auto;
}
.bebas {
    font-family: 'beba';
}
.w1580 {
    width: 1580px;
    margin: 0 auto;
}
@media(max-width: 1750px) {
    .w1440 {
        width: 80%;
    }
    .w1580 {
        width: 85%;
    }
}
@media(max-width: 1440px) {
    .w1290 {
        width: 80%;
    }
    .w1580 {
        width: 85%;
    }
}
@media(max-width: 780px) {
    .w1440 {
        width: 95%;
    }
    .w1290 {
        width: 95%;
    }
    .w1580 {
        width: 95%;
    }
}
.section-pk {
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
}
.section-pk .backcover {
    width: 100%;
    height: 100%;
}
.section-pk>.main_con {
    padding-top: 1.9rem;
}
.section-pk .item {
    height: 2.6rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
}
.section-pk .item:hover {
    height: 2.6rem;
    border-radius: 8px;
    background: rgba(170, 0, 6, 0.8);
}
.mask-pk {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    z-index: 3;
    padding-top: 1.9rem;
    opacity: 0;
    visibility: hidden;
}
.mask-pk .w1290 {
    height: 5.76rem;
}
.mask-pk .item {
    width: 42.63%;
    min-height: 4.3rem;
    box-sizing: border-box;
    margin: 0!important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s ease 0s;
}
.mask-pk .item .main_con {
    padding: 0.35rem 0.6rem 0;
}
.mask-pk .item .ico {
    opacity: 1!important;
}
.mask-pk .item .main_con .tit-18 {
    text-align: left;
    line-height: 1.66;
    margin-bottom: 0.14rem;
}
.mask-pk .item .main_con .tit-14 {
    text-align: left;
    line-height: 2.25
}
.mask-pk.cur {
    opacity: 1;
    visibility: visible;
}
.mask-pk.cur .item {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
@media(min-width: 1024px) {
    .mask-pk.item1 .item {
        left: 0;
        top: 0;
    }
    .mask-pk.item2 .item {
        left: 15%;
        top: 0;
    }
    .mask-pk.item3 .item {
        left: 41%;
        top: 0;
    }
    .mask-pk.item4 .item {
        right: 0%;
        top: 0;
    }
    .mask-pk.item5 .item {
        left: 0;
        bottom: 0;
    }
    .mask-pk.item6 .item {
        left: 15%;
        bottom: 0;
    }
    .mask-pk.item7 .item {
        left: 41%;
        bottom: 0;
    }
    .mask-pk.item8 .item {
        right: 0%;
        bottom: 0;
    }
}
.section-pk .item>.ico {
    width: 8px;
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
.section-pk .item .add1 {
    right: 0.1rem;
    top: 0.1rem;
}
.section-pk .item .add2 {
    right: 0.1rem;
    bottom: 0.1rem;
}
.section-pk .item .add3 {
    left: 0.1rem;
    top: 0.1rem;
}
.section-pk .item .add4 {
    left: 0.1rem;
    bottom: 0.1rem;
}
.section-pk .item:first-child {
    margin-bottom: 0.56rem;
}
.section-pk .item .main_con {
    text-align: center;
    color: #fff;
    padding-top: 0.32rem;
}
.section-pk .item .main_con .ico {
    max-height: 0.36rem;
}
.section-pk .item a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%
}
.section-pk .item .tit-30 {
    margin: 0.16rem 0 0.4rem;
}
.section-pk .item .link_circle {
    display: inline-block;
    width: 0.44rem;
    height: 0.44rem;
    line-height: 0.44rem;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    position: relative;
}
.section-pk .item .link_circle i {
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url('../images/indexarrow-r.png')no-repeat center center;
    background-size: contain;
    transition: all 0.3s ease 0s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.section-pk .item:hover>.ico {
    opacity: 1;
}
.section-pk .item:hover .link_circle {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 1);
}
.section-pk .item:hover .link_circle i {
    background: url('../images/indexarrow-ra.png')no-repeat center center;
    background-size: contain;
}
.section-pk .pk-pagination {
    display: none;
}
.brand_wrap {
    width: 100%;
    height: 5.5rem!important;
    color: #333;
    box-sizing: border-box;
    padding-top: 0.5rem!important;
    text-align: center;
    overflow: hidden;
}
.brand_wrap .w1440 {
    box-sizing: border-box;
    padding: 0 1.5rem;
}
.brand_wrap .title {
    margin-bottom: 0.6rem;
}
.brand_wrap .title .tit-54 {
    margin-bottom: 0.16rem;
}
.brand_wrap .brand_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.44rem;
}
.brand_wrap .brand_tab .item {
    width: 1.4rem;
    height: 0.6rem;
    background: rgba(200, 200, 200, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    margin: 0 0.22rem;
}
.brand_wrap .brand_tab .item:hover {
    background: #aa0006;
    color: #fff;
}
.brand_wrap .brand_tab .item.cur {
    background: #aa0006;
    color: #fff;
}
.brand_wrap .brand_tab .item img {
    max-height: 0.4rem;
    margin-bottom: 0.12rem;
}
.brand_wrap .cont {
    line-height: 2.26;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}
.brand_wrap .cont.cur {
    transition: all 1s ease 0s;
}
.brand_wrap .cont.cur {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.brandwave {
    bottom: 0;
    width: 100%;
    position: absolute;
}
.create_first {
    width: 100%;
    color: #fff;
}
.create_first .hover_back {
    width: 79.6875%;
}
.create_first .main_con {
    padding-top: 1.3rem;
}
.create_first .main_con .tit-60 {
    text-align: center;
    margin-bottom: 0.9rem;
}
.create_first .ico {
    width: 1.3rem;
    height: 1.3rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.3rem;
}
.create_first .ico img {
    max-width: 40%;
}
.create_first .cont {
    width: 17.7%;
}
.create_first .cont .tit-30 {
    margin-bottom: 0.08rem;
}
.create_first .tit-16 {
    width: 31.77%;
    line-height: 1.875;
}
.create_first .cont_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.64rem;
}
.create_first .cont_item:first-child {
    transform: translateX(25%);
}
.create_first .cont_item:nth-child(2) {
    transform: translateX(28.5%);
}
.create_first .cont_item:last-child {
    transform: translateX(33%);
}
.create_last .backimg img {
    width: 100%;
}
.create_last .w1440 {
    padding: 1.1rem 2rem 0.88rem;
    box-sizing: border-box;
    text-align: center;
}
.create_last .w1440>.tit-60 {
    margin-bottom: 0.4rem;
}
.create_last .w1440 .tit-16 {
    line-height: 1.6;
}
.create_last .last_box {
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.create_last .last_box .por {
    color: #009ea1;
}
.create_last .last_box .tit-60 {
    line-height: 1;
}
.create_last .last_box .item {
    margin: 0 0.8rem;
}
.create_last .last_box .por {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
}
.create_last .last_box .tit-14 {
    white-space: nowrap;
    margin-left: 0.14rem;
    transform: translateY(-4px);
}
.create_last .last_box .add_ico {
    right: 0;
    top: -8px;
}
.create_last .last_box .tit-16 {
    white-space: nowrap;
    margin-top: 0.04rem;
}
.case-first {
    margin: 1rem 0 0;
    position: relative;
}
.case-first .lecon {
    width: 51.5625%;
    box-sizing: border-box;
    padding: 0 0.9rem 0 11.98%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.case-first .ricon {
    width: 48.4375%;
}
.case-first:nth-child(2n) .lecon {
    left: auto;
    right: 0;
    padding: 0rem 11.98% 0 0.9rem;
}
.case-first:nth-child(2n) .ricon {
    float: left;
}
.case-first .ricon .backimg {
    width: 100%;
}
.case-first .ricon .videoplay {
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.case-first .ricon video {
    width: 100%;
}
.case-first .lecon .tit-24 {
    margin: 0.28rem 0 0.32rem;
    line-height: 1.83;
}
.case-first .lecon .tit-24 span {
    color: #009ea1;
}
.case-first .lecon .tit-20 {
    line-height: 1.7;
}
.case-first .lecon .tit-16.bot {
    margin-top: 0.3rem;
}
.case-first .lecon .tit-16.bot p {
    position: relative;
    padding-left: 0.2rem;
}
.case-first .lecon .tit-16.bot p:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #009ea1;
    border-radius: 50%;
    left: 0;
    top: 0.1rem;
}
@media(max-width: 767px) {
    .case-first .lecon .tit-16.bot p:before {
        top: 0.15rem;
    }
}
.case-second {
    background: #f2f2f2;
    margin-top: 1rem;
}
@media(max-width: 1024px) {
    .case-second {
        margin-top: 0;
    }
}
.case-second .w1440 {
    padding: 0.9rem 0 0.7rem;
    text-align: center;
}
.case-second .w1440 .tit-24 {
    margin: 0.3rem 0;
}
.case-second .w1440 .tit-24 span {
    color: #009ea1;
}
.case-second .w1440 .tit-20 {
    line-height: 1.7;
}
.case-second .backimg img {
    width: 100%;
}
.glasslist-list .hover_cont {
    z-index: 2;
    color: #fff;
    width: 6.5rem;
    top: 50%;
    left: 12.5%;
    transform: translateY(-50%);
}
@media(max-width:767px) {
    .glasslist-list .hover_cont {
        display: none;
    }
}
.glasslist-list .hover_cont .tit-60 {
    line-height: 1;
}
.glasslist-list .hover_cont .tit-24 {
    line-height: 1.8;
    margin: 0.2rem 0;
}
.case-third {
    width: 100%;
    height: 7rem;
}
@media(min-width: 1025px) {
    .case-third {
        margin-top: 1rem;
    }
}
.case-third .lecon {
    width: 27.6%;
    height: 100%;
    background: #fff;
    color: #222;
}
.case-third .lecon .item {
    box-sizing: border-box;
    width: 50%;
    height: calc(100%/3);
    float: left;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.case-third .lecon .item:nth-child(2n) {
    border-right: none;
}
.case-third .lecon .item img {
    max-height: 0.5rem;
    margin-bottom: 0.26rem;
}
.case-third .lecon .item img.a {
    display: none;
}
.case-third .lecon .item:hover {
    background: #009ea1;
    color: #fff;
}
.case-third .lecon .item:hover img {
    display: none;
}
.case-third .lecon .item:hover img.a {
    display: block;
}
.case-third .lecon .item.cur {
    background: #009ea1;
    color: #fff;
}
.case-third .lecon .item.cur img {
    display: none;
}
.case-third .lecon .item.cur img.a {
    display: block;
}
.case-third .ricon .tit-20 {
    line-height: 1.8;
    margin: 0.4rem 0 0.24rem;
}
.case-third .ricon .tit-16 {
    color: rgba(255, 255, 255, 0.7);
    line-height: 2.125;
}
.case-third .ribox {
    width: 72.4%;
    height: 100%;
    position: relative;
}
.case-third .ricon {
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    padding-top: 1.7rem;
    top: 0;
    right: 0;
}
.case-third .ricon .con {
    width: 36.25%;
    margin-right: 0.6rem;
    margin-left: 1.3rem;
}
.case-third .ricon img {
    width: 35.97%;
}
.case-third .ricon {
    opacity: 0;
}
.case-third .ricon .con {
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease 0s;
}
.case-third .ricon img {
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease 0.3s;
}
.case-third .ricon.cur {
    opacity: 1;
}
.case-third .ricon.cur .con {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.case-third .ricon.cur img {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.case-four {
    background: #f2f2f2;
    padding: 1.01rem 0;
}
.case-four .case-swiper {
    padding-bottom: 0.4rem;
}
.case-four .tit-48 {
    text-align: center;
    margin-bottom: 0.44rem;
}
.case-four .w1440 {
    box-sizing: border-box;
    padding: 0 0.7rem;
    text-align: center;
}
.case-four .w1440 .img {
    width: 100%;
    margin-bottom: 0.16rem;
}
.case-four .w1440 .img img {
    width: 100%;
}
.case-four .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: none;
    border: 1px solid #009ea1;
}
.case-four .swiper-pagination-bullet-active {
    background: #009ea1;
}
.case-five {
    padding: 0.76rem 0 0.96rem;
}
.case-five .con {
    margin-bottom: 0.4rem;
    text-align: center;
}
.case-five .con .tit-16 {
    line-height: 1.6;
    margin: 0.18rem 0 0.3rem;
}
.case-five .con .tit-14 {
    background: #009ea1;
    display: inline-block;
    width: 1.26rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    border-radius: .4rem;
    text-align: center;
    color: #fff;
}
.case-six {
    background: #f2f2f2;
    padding: .5rem 0 0.9rem;
}
.case-six .tit-48 {
    text-align: center;
    margin-bottom: 0.44rem;
}
.case-six .table_box {
    width: 100%;
}
.case-six .table_box table {
    width: 100%;
    text-align: center;
}
.case-six th {
    height: 0.6rem;
    line-height: 1.41;
    text-align: center;
    font-weight: normal;
}
.case-six .head-td td {
    height: 0.5rem;
    line-height: 1.41;
}
.case-six tbody {
    background: linear-gradient( 90deg, #1cb595, #03a0a0);
}
.case-six .head-color {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.case-six .head-color th {
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.case-six .head-color td {
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.case-six .tr td {
    background: #fff;
}
.case-six .tr:hover td {
    color: #059ea0;
}
.case-six .tr:nth-child(2n) td {
    background: #ebebeb;
}
.case-six td {
    height: 0.5rem;
}
.case-six .tr td:last-child {
    box-sizing: border-box;
    padding: 0 0.24rem;
}
.casenew-box {
    background: #fff;
    padding: 1.1rem 0 0.5rem;
    color: #333;
}
.casenew-box .title {
    text-align: center;
    margin-bottom: 0.5rem;
}
.casenew-box .title .tit-60 {
    margin-bottom: 0.4rem;
}
.casenew-box .title .tit-16 {
    line-height: 1.6;
}
.casenew-box .case-swiper {
    padding-bottom: 0.5rem;
}
.casenew-box .swiper-button-next {
    width: 60px;
    background: url('../images/right-arrow.png')no-repeat center center;
    background-size: contain;
    right: -0.75rem;
    z-index: 2;
    opacity: 1;
    top: -32%;
}
.casenew-box .swiper-button-next:hover {
    background: url('../images/right-arrow.png')no-repeat center center;
    background-size: contain;
}
.casenew-box .swiper-button-prev {
    width: 60px;
    background: url('../images/left-arrow.png')no-repeat center center;
    background-size: contain;
    left: -0.75rem;
    z-index: 2;
    opacity: 1;
    top: -32%;
}
.casenew-box .swiper-button-prev:hover {
    background: url('../images/left-arrow.png')no-repeat center center;
    background-size: contain;
}
.casenew-box .case-swiper .swiper-pagination {
    display: none;
    bottom: 0;
}
.casenew-box .case-swiper .img {
    position: relative;
    overflow: hidden;
    padding-bottom: 61.22%;
    margin-bottom: 0.2rem;
}
.casenew-box .case-swiper .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.casenew-box .case-swiper .con {
    line-height: 1.6;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 1.45rem;
}
@media(max-width:1680px) {
    .brand_wrap .w1440 {
        padding: 0 1rem;
    }
    .create_first .tit-16 {
        width: 34.77%;
        line-height: 1.875;
    }
    .case-first .lecon {
        padding: 0rem 0.9rem 0 11.98%;
    }
}
@media(max-width:1440px) {
    .brand_wrap .w1440 {
        padding: 0 0.5rem;
    }
    #wave1 {
        height: 220px!important;
    }
    .create_first .cont {
        width: 20.7%;
    }
}
@media(max-width: 1024px) {
    .create_last .w1440 {
        padding: 2.75rem 0 2.2rem;
    }
    .case-first:nth-child(2n) .lecon {
        padding: 1rem 4% 1rem 0.9rem;
    }
    .create_first .hover_back {
        width: 100%;
    }
    .create_first .cont_item:first-child {
        transform: translateX(6%);
    }
    .create_first .cont_item:nth-child(2) {
        transform: translateX(11.5%);
    }
    .create_first .cont_item:last-child {
        transform: translateX(17%);
    }
    .create_first .tit-16 {
        width: 45.77%;
    }
    .case-first .lecon {
        padding: 0rem 1rem 0 10%;
    }
    .case-four .w1440 {
        padding: 0;
    }
    .case-six .table_box table {
        font-size: 12px;
    }
    .case-third .ricon {
        padding-top: 2.25rem;
    }
    .case-third .ricon .con {
        width: 46%;
        margin-right: 1rem;
        margin-left: 1.5rem;
    }
    .case-first .ricon video {
        display: none;
    }
    .case-first .ricon .m_img {
        display: block;
    }
    .create_first .cont .tit-30 {
        font-size: 0.4rem
    }
    .case-first {
        margin: 0;
    }
    .case-first .lecon {
        width: 100%;
        padding: 1rem 1rem 2rem 5%;
        position: relative;
        top: 0;
        transform: translateY(0)
    }
    .glasslist-list .hover_cont {
        width: 8.5rem;
        left: 4%;
    }
    .glasslist-list .hover_cont .tit-60 {
        font-size: 0.65rem;
    }
    .glasslist-list .hover_cont .tit-24 {
        font-size: 0.4rem;
    }
    .case-four .w1440 .img {
        width: 100%;
        margin-bottom: 0.6rem;
    }
    .case-second .w1440 .tit-24 {
        font-size: 0.4rem;
    }
    .case-first .ricon {
        width: 100%;
    }
    .case-third .ricon {
        padding-top: 1.25rem;
    }
    .case-third .lecon {
        font-size: 0.4rem;
    }
    .case-third .ricon .con {
        width: 46%;
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
    .case-six .table_box {
        font-size: 12px;
        overflow-x: scroll;
    }
    .case-six .table_box table {
        width: 1200px;
    }
    .section-pk>.main_con {
        padding-top: 7.9rem;
    }
    .section-pk .item .tit-30 {
        margin: 0.16rem 0 0.4rem;
        font-size: 0.4rem;
    }
}
@media(max-width:992px) {
    .brand_wrap {
        height: 13.2rem!important;
    }
    .section-pk .item .link_circle i {
        width: 3px;
    }
    .case-five .con .tit-14 {
        width: 2.26rem;
        height: 0.6rem;
        line-height: 0.6rem;
    }
}
/*@media(max-width: 1440px){
    .brand_wrap .w1440 {
        padding: 0 1rem;
    }
    .create_last .w1440 {
        padding: 2.75rem 2rem 2.2rem;
    }
    .create_first .cont {
        width: 19.7%;
    }
    .create_first .tit-16 {
        width: 33.77%;
    }
    .case-first .lecon {
        padding: 1rem 1.5rem 0 11.98%;
    }
    .brand_wrap .w1440 {
        padding: 0 0;
    }
}
@media(max-width: 1366px){
    .create_first .cont {
        width: 20.7%;
    }
    .case-first .lecon {
        padding: 0.5rem 1.5rem 0 11.98%;
    }
}
@media(max-width: 1024px){
    .create_last .w1440 {
        padding: 2.75rem 0 2.2rem;
    }
    .create_first .hover_back {
        width: 100%;
    }
    .create_first .cont_item:first-child {
        transform: translateX(6%);
    }
    .create_first .cont_item:nth-child(2) {
        transform: translateX(11.5%);
    }
    .create_first .cont_item:last-child {
        transform: translateX(17%);
    }
    .create_first .tit-16 {
        width: 45.77%;
    }
    .case-first .lecon {
        padding: 0rem 1rem 0 10%;
    }
    .case-four .w1440 {
        padding: 0;
    }
    .case-six .table_box table{
        font-size: 12px;
    }
    .case-third .ricon {
        padding-top: 2.25rem;
    }
    .case-third .ricon .con {
        width: 46%;
        margin-right: 1rem;
        margin-left: 1.5rem;
    }
    .case-first .ricon video{
        display: none;
    }
    .case-first .ricon .m_img{
        display: block;
    }
}
@media(max-width:992px){
    .create_first .main_con {
        padding-top: 1rem;
    }
    .create_first .main_con .tit-60 {
        margin-bottom: 1.25rem;
        font-size: 1rem;
    }
    .create_first .cont {
        width: 28.7%;
    }
    .create_first .cont_item:first-child {
        transform: translateX(3%);
    }
    .create_first .cont_item:nth-child(2) {
        transform: translateX(8.5%);
    }
    .create_first .cont_item:last-child {
        transform: translateX(14%);
    }
    .case-first .lecon {
        padding: 0rem 1rem 0 5%;
    }
    .case-six .table_box{
        width: 100%;
        overflow-x:scroll; 
    }
    .case-six .table_box table{
        width: 1000px;
    }
}
*/

@media(max-width: 767px) {
    .section-pk .item .link_circle i {
        width: 7px;
    }
    .brand_wrap {
        height: 11rem;
        padding-top: 1rem;
    }
    .brand_wrap .title {
        margin-bottom: 0.5rem;
    }
    .brand_wrap .title .tit-54 {
        margin-bottom: 0.1rem;
    }
    .brand_wrap .title .tit-36 {
        font-size: 0.28rem;
    }
    .brand_wrap .brand_tab {
        margin-bottom: 0.75rem;
    }
    .brand_wrap .brand_tab .item {
        width: 2rem;
        height: 1.4rem;
        margin: .1rem;
    }
    .brand_wrap .brand_tab .item span {
        font-size: 14px;
    }
    .brand_wrap .brand_tab .item img {
        max-height: 0.5rem;
        margin-bottom: 0.1rem;
    }
    .brand_wrap .cont {
        line-height: 1.8;
        font-size: 14px;
    }
    .brand_wrap #wave1 {
        height: 160px!important;
    }
    .create_first {}
    .create_last .w1440 {
        padding: 0.75rem 0 0.5rem;
    }
    .create_last .w1440>.tit-60 {
        margin-bottom: 0.5rem;
    }
    .create_last .w1440 .tit-16 {
        line-height: 1.6;
    }
    .create_last .last_box .tit-60 {
        line-height: 1;
        font-size: 0.6rem;
    }
    .create_last .last_box {
        margin-top: 0.75rem;
        display: block;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }
    .create_last .last_box .item {
        margin: 0;
        margin-bottom: 0.3rem;
    }
    .create_last .last_box .tit-14 {
        margin-left: 0.2rem;
        transform: translateY(0px);
        font-size: 0.24rem;
    }
    .create_first .hover_back {
        width: 100%;
        display: none;
    }
    .create_first .main_con .tit-60 {
        margin-bottom: 0.5rem;
        font-size: 0.42rem;
    }
    .create_first .cont_item {
        display: block;
        margin-bottom: 0.75rem;
        width: 92%;
        text-align: left;
    }
    .create_first .cont {
        width: 100%;
        margin-bottom: 0.3rem;
    }
    .create_first .tit-16 {
        width: 100%;
        font-size: 0.26rem;
        line-height: 1.6;
    }
    .create_first .cont_item:first-child {
        transform: translateX(4%);
    }
    .create_first .cont_item:nth-child(2) {
        transform: translateX(4%);
    }
    .create_first .cont_item:last-child {
        transform: translateX(4%);
    }
    .create_first .ico {
        width: 1rem;
        height: 1rem;
        margin-bottom: 0.25rem;
    }
    .create_first {
        height: auto;
    }
    .create_first .main_con {
        padding-bottom: 0.5rem;
        position: relative;
    }
    .create_first .cont .tit-30 {
        margin-bottom: 0rem;
        font-size: 0.36rem;
    }
    .section-pk>.main_con {
        padding-top: 2.5rem;
    }
    .section-pk .item {
        height: 4.25rem;
    }
    .section-pk .item:hover {
        height: 4.25rem;
    }
    .section-pk .item:first-child {
        margin-bottom: 0.15rem;
    }
    .section-pk .item .tit-30 {
        margin: 0.6rem 0;
    }
    .section-pk .item .main_con .ico {
        max-height: 0.6rem;
    }
    .section-pk .item .link_circle {
        width: 0.75rem;
        height: 0.75rem;
        line-height: 0.75rem;
    }
    .section-pk .pk-swiper {
        padding-bottom: 0.75rem;
    }
    .section-pk .pk-pagination {
        display: block;
        bottom: 0;
    }
    .section-pk .pk-pagination .swiper-pagination-bullet {
        opacity: 1;
        background: none;
        background: #ffffff;
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
    .section-pk .pk-pagination .swiper-pagination-bullet-active {
        background: #aa0006;
    }
    .case-first .lecon {
        padding: 0rem 2.5% 0 2.5%;
        width: 100%;
        margin-bottom: 0.5rem;
    }
    .case-first:nth-child(2n) .lecon {
        float: right;
        padding: 0rem 2.5% 0 2.5%;
    }
    .case-first .ricon {
        width: 100%;
    }
    .case-first .lecon .tit-24 {
        margin: 0.35rem 0 0.35rem;
        line-height: 1.4;
    }
    .case-first .lecon .tit-20 {
        line-height: 1.5;
        font-size: 0.28rem;
    }
    .case-first .lecon .tit-16.bot p {
        position: relative;
        padding-left: 0.3rem;
    }
    .case-first {
        padding: 0.75rem 0 0;
    }
    .case-first .lecon .tit-16.bot {
        margin-top: 0.5rem;
    }
    .case-first .ricon .m_img.videoplay {
        width: 0.75rem;
    }
    .case-second .w1440 {
        padding: 0.75rem 0 0.75rem;
    }
    .case-second .w1440 .tit-24 {
        margin: 0.25rem 0;
        font-size: 0.28rem;
    }
    .case-second .w1440 .tit-20 {
        line-height: 1.6;
        font-size: 0.26rem;
    }
    .case-second .w1440 .tit-20 br {
        display: none;
    }
    .case-four .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .case-four {
        padding: 0.75rem 0 .5rem;
    }
    .case-four .tit-48 {
        margin-bottom: 0.5rem;
    }
    .case-five {
        padding: 0.75rem 0 0.5rem;
    }
    .case-five .con .tit-16 {
        line-height: 1.6;
        margin: 0.35rem 0 0.5rem;
    }
    .case-five .con .tit-14 {
        width: 2rem;
        height: 0.7rem;
        line-height: 0.7rem;
        border-radius: 0.7rem;
    }
    .case-five .con {
        margin-bottom: 0.5rem;
    }
    .case-six {
        padding: .75rem 0 1rem;
    }
    .case-six .tit-48 {
        margin-bottom: 0.5rem;
    }
    .case-six th {
        height: 0.8rem;
    }
    .case-six .head-td td {
        height: 0.8rem;
    }
    .case-six td {
        height: 1rem;
    }
    .case-six .tr td:last-child {
        padding: 0 0.2rem;
    }
    .dialog__content .action {
        top: -1rem!important;
    }
    .dialog__content .action img {
        width: 0.35rem;
    }
    .case-third {
        width: 100%;
        height: auto;
    }
    .case-third .lecon {
        width: 100%;
        height: auto;
        background: #fff;
        color: #222;
    }
    .case-third .lecon .item {
        width: 50%;
        height: 1.8rem;
    }
    .case-third .lecon .item img {
        max-height: 0.5rem;
        margin-bottom: 0.15rem;
    }
    .case-third .lecon {
        font-size: 0.3rem;
    }
    .case-third .ribox {
        width: 100%;
        height: 20rem;
        position: relative;
    }
    .case-third .ribox {
        width: 100%;
        height: 11rem;
        position: relative;
    }
    .case-third .ricon img {
        width: 95%;
        margin-left: 2.5%;
        margin-top: 0.75rem;
    }
    .case-third .ricon {
        padding-top: 0.75rem;
    }
    .case-third .ricon .con {
        width: 95%;
        margin-right: 0;
        margin-left: 2.5%;
    }
    .case-third .ricon .tit-20 {
        line-height: 1.6;
        margin: 0.3rem 0 0.3rem;
    }
    .case-third .ricon .tit-16 {
        line-height: 1.6;
    }
    .section-pk .item .main_con {
        padding-top: 0.6rem;
    }
    .brand_wrap .w1440 {
        padding: 0;
    }
    .brand_wrap {
        height: 8rem!important;
    }
    .case-four .case-swiper {
        padding-bottom: 1rem;
    }
    .mask-pk {
        padding-top: 3.5rem;
    }
    .mask-pk .item {
        width: 100%;
        min-height: 7.3rem;
    }
    .casenew-box .title .tit-16 br {
        display: none;
    }
    .casenew-box {
        padding: 0.75rem 0 0.5rem;
    }
    .casenew-box .case-swiper .con {
        height: 2.2rem;
    }
    .casenew-box .case-swiper .swiper-pagination {
        display: block;
    }
    .casenew-box .case-swiper .swiper-pagination .swiper-pagination-bullet-active {
        background: #009ea1;
    }
    .case-four .w1440 .img {
        margin-bottom: 0.3rem;
    }
}
.con-banner .glass-words {
    display: none!important;
}